home *** CD-ROM | disk | FTP | other *** search
- echo off
- rem
- rem If you want to run this file and all the executables in the
- rem \software\dos subdirectory from another disk, edit the lines
- rem below to change the "e:" to the letter of your CD-ROM drive,
- rem uncomment the lines and delete the corresponding lines below.
- rem Make sure that the GEDEX.BAT file and all of the executables
- rem are located in a directory in your PATH. See the file
- rem SOFTWARE.DOC for full installation instructions.
- rem
- rem set gedexdir=e:
- rem set smpath=e:\software\jam
- rem set smmsgs=e:\software\jam\config\msgfile.bin
- rem set smdicname=e:\software\jam\data.dic
- rem set smvideo=e:\software\jam\config\egavid.bin
- rem set smkey=e:\software\jam\config\gedexkey.bin
- rem
- set gedexdir=..\..
- rem set cdf_help=\software\dos
- set cdf_help=.
- set smpath=\software\jam
- set smmsgs=\software\jam\config\msgfile.bin
- set smdicname=\software\jam\data.dic
- rem
- rem If your computer has a monochrome display instead of a color
- rem display, change "egavid" in the line below to "bwvid". If
- rem your color display is a CGA (instead of EGA or VGA), change
- rem "egavid" to "colvid"
- rem
- set smvideo=\software\jam\config\egavid.bin
- set smkey=\software\jam\config\gedexkey.bin
- set smfextension=jam
- set smfcase=insens
- jam products
- set gedexdir=
- set smpath=
- set smmsgs=
- set smdicname=
- set smvideo=
- set smkey=
- set smfextension=
- set smfcase=
-